home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 8113 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.4 KB

  1. Path: news.ultranet.com!usenet
  2. From: "Albert P. Belle Isle" <belleisl@cerberus-sys.com>
  3. Newsgroups: alt.winsock.trumpet,alt.winsock,comp.dcom.modems
  4. Subject: Re: Frame Check Errors - Cured with a Screwdriver?
  5. Date: Sat, 16 Mar 1996 10:26:18 -0500
  6. Organization: Cerberus Systems, Inc.
  7. Message-ID: <314ADD9A.224@cerberus-sys.com>
  8. References: <4i76q7$kkj@nuntius.u-net.net>
  9. NNTP-Posting-Host: apb-p5-90.cerberus-sys.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (Win16; I)
  14.  
  15. Mike Casswell wrote:
  16. > I had very great problems with frame check errors, which I could not
  17. > get rid of even after much study of Al's FAQ etc.
  18. > (I do not regret the time spent, though, I now have much more idea of
  19. > how it all works and what's going on. Thanks to APBI and to the
  20. > authors of all the resources linked to his FAQ).
  21. > Another strange symptom was the occasional appearance on the TWinsock
  22. > screen of 'garbage'. All possible ASCII characters plus system beeps,
  23. > at rates which varied from a few characters per second up to a mad
  24. > scroll. This would interfere with logon, and cause the script to
  25. > abort.
  26. > I now believe that all this was down to noise - and local noise at
  27. > that. I went all round the house, starting from the telecom line
  28. > entry, and checked/remade all the connections.
  29. > Since then (touching several wooden objects, including head) I've had
  30. > no further problems. The case is not proven, but circumstance suggests
  31. > that the time would be well spent by anyone with similar symptoms.
  32. > So, lots of errors caused by .... lots of errors!
  33. > One final point, after my reading of Al and others, I am still not
  34. > clear exactly what is/is not bypassed by an internal modem. Does the
  35. > modem pick up everything from the parallel bus, thereby making all
  36. > serial port settings and settings (other than address) irrelevant, or
  37. > does it pick up part way down the serial port system? If so, at what
  38. > point?
  39. > I would be very grateful for any advice on this.
  40. > Thanks
  41. > Mike
  42. >       -------------------------------------------------------------------
  43. >       Mike Casswell                          Leek, Staffordshire, England
  44. >       mike@casswell.u-net.com and often @ The Wellington Inn
  45.  
  46. Mike:
  47.  
  48. Congratulations on a great job of focusing on the fundamentals, by analyzing the 
  49. details of your data link layer. Too often we forget that software must have hardware 
  50. on which to run, RS232 signals must have wires, and modems must have phone lines.
  51.  
  52. The com port address (on your ISA bus) is supposed point to the parallel (byte) end of 
  53. a UART function. That UART can be a chip on a serial card whose serial (bit) end is 
  54. connected to an RS232 driver; a cell in an integrated circuit on your motherboard; a 
  55. firmware function on an internal modem card; or a subroutine in a software driver in 
  56. RAM for a parallel port modem.
  57.  
  58. If that one-byte register is backed-up by 15 more in a FIFO, your CPU can afford to be 
  59. distracted for longer by all the other peripherals and programs clamoring for 
  60. attention, and still respond to com IRQs in time to avoid overruns by a modem that 
  61. believed your com port unloading rate setting.
  62.  
  63. Regards,
  64.  
  65. Al
  66.  
  67.  
  68. -- 
  69. ==================================================================
  70. Albert P. Belle Isle
  71. Cerberus Systems, Inc.
  72.  
  73. Al's Winsock Tuning FAQ -
  74.        http://www.cerberus-sys.com/~belleisl/mtu_mss_rwin.html
  75. ==================================================================
  76.